home *** CD-ROM | disk | FTP | other *** search
/ maniac syndROMe 1 / maniac syndROMe 1.iso / pc / movies / mb02.dxr / 00003_PANIC DOWN.ls < prev    next >
Encoding:
Text File  |  1996-03-23  |  259 b   |  13 lines

  1. on mouseUp
  2.   global soundmode
  3.   puppetSprite(2, 8, 1)
  4.   set x to the number of cast "PANIC UP"
  5.   set the castNum of sprite 2 to x
  6.   set the visible of sprite 8 to 1
  7.   if soundmode = 1 then
  8.     puppetSound("MVOICE1.AIF")
  9.   else
  10.     puppetSound(0)
  11.   end if
  12. end
  13.